From: Antoine Beaupré Date: Tue, 25 Jun 2019 10:58:36 +0000 (+0200) Subject: Add imenu support to package-menu-mode X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2642 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ba476dc975aa2a592a5246877d25e9dc2528cdc4;p=emacs.git Add imenu support to package-menu-mode * lisp/vc/vc-git.el (vc-git-grep-template): Include in template to be more consistent with lgrep/rgrep (bug#35326). This will introduce the --color and -i flags to the "git grep" command. Copyright-paperwork-exempt: yes --- diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 30ec712cfc1..f62e1083229 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -180,9 +180,10 @@ Should be consistent with the Git config value i18n.logOutputEncoding." :type '(coding-system :tag "Coding system to decode Git log output") :version "25.1") -(defcustom vc-git-grep-template "git --no-pager grep -n -e -- " +(defcustom vc-git-grep-template "git --no-pager grep -n -e -- " "The default command to run for \\[vc-git-grep]. The following place holders should be present in the string: + - place to put the options like -i. - file names and wildcards to search. - the regular expression searched for." :type 'string